* thingatpt.el (thing-at-point): Doc fix.
authorChong Yidong <cyd@gnu.org>
Mon, 29 Oct 2012 10:03:21 +0000 (18:03 +0800)
committerChong Yidong <cyd@gnu.org>
Mon, 29 Oct 2012 10:03:21 +0000 (18:03 +0800)
lisp/ChangeLog
lisp/thingatpt.el

index e436330685fbb5dfcd512c0f5fca8bc8288a20ce..908ef7c7a08902b20a11bab004a035291179932f 100644 (file)
@@ -1,5 +1,7 @@
 2012-10-29  Chong Yidong  <cyd@gnu.org>
 
+       * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
+
        * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
 
        * face-remap.el (face-remap-add-relative): Handle the case where a
index 57bbdf9d94ad83403c343d16ebdb4e1b48ace0c8..dedd9c8c1898e06d9d08d06ae1e4133cc20a7226 100644 (file)
@@ -133,7 +133,7 @@ positions of the thing found."
 THING should be a symbol specifying a type of syntactic entity.
 Possibilities include `symbol', `list', `sexp', `defun',
 `filename', `url', `email', `word', `sentence', `whitespace',
-`line', and `page'.
+`line', `number', and `page'.
 
 See the file `thingatpt.el' for documentation on how to define
 a symbol as a valid THING."